home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: Compiler bug in Borland C++ 5.0
- Date: 10 Apr 1996 15:55:10 GMT
- Organization: Borland International
- Message-ID: <4kglku$6lm@druid.borland.com>
- References: <316A22E0.47B6@ee.oulu.fi>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <316A22E0.47B6@ee.oulu.fi>, artsi@ee.oulu.fi says...
- >
- >Try setting data aligment to other than byte and compile OWL project.
- >Virtual function InitMainWindow is not called with this setup (Double
- >word or quad word). With word aligment program crashes. Byte aligment
- >always work.
- >
- >I have Borland C++ 5.0 with patch 1.
-
- OWL was built with byte alignment. You cannot change alignment piecemeal: all
- of the pieces that interact must agree on how structures are laid out. In
- order to use a different alignment you would have to recompile the OWL DLL with
- the new alignment as well. Not recommended.
-
-